Drop the installed test for now
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Feb 2021 06:05:40 +0000 (01:05 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 Feb 2021 12:26:10 +0000 (07:26 -0500)
It fails in ci, and I have no idea why.

testsuite/css/meson.build
testsuite/css/transition.test.in [deleted file]

index def05adcaabeba9fffb89c2aa9e82e3a094590d8..20c031410dc645cc8f3b765cad8dccdecb9ff040 100644 (file)
@@ -75,14 +75,6 @@ if get_option('install-tests')
     configuration: conf,
     install_dir: testdatadir,
   )
-
-  conf = configuration_data()
-  conf.set('libexecdir', gtk_libexecdir)
-  configure_file(input: 'transition.test.in',
-    output: 'transition.test',
-    configuration: conf,
-    install_dir: testdatadir,
-  )
 endif
 
 if false and get_option ('profiler')
diff --git a/testsuite/css/transition.test.in b/testsuite/css/transition.test.in
deleted file mode 100644 (file)
index d90acdf..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[Test]
-Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_A11Y=test @libexecdir@/installed-tests/gtk-4.0/css/transition --tap -k"
-Type=session
-Output=TAP